PGetPPDFontLocation(const char * sPSFontName);
const char * sPSFontName;
PostScript name of the font.
0 if listed as not resident in the printerExample.
1 if listed as in printer's ROM
2 if listed as on printer's hard disk
PGetPPDFontLocation fontLoc("Helvetica");
switch (fontLoc) {
case 0: // not resident
...
case 1: // in printer ROM
...
case 2: // in printer hard drive
...
}
Comments or suggestions? Contact Adobe Developer Support